home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / sesidtaq.exe / install.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-01-26  |  2KB  |  108 lines

  1. object Form3: TForm3
  2.   Left = 275
  3.   Top = 107
  4.   ActiveControl = BitBtn1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Directory'
  7.   ClientHeight = 296
  8.   ClientWidth = 238
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 92
  22.     Width = 60
  23.     Height = 13
  24.     Caption = 'File Location'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 4
  28.     Top = 132
  29.     Width = 50
  30.     Height = 13
  31.     Caption = 'Directories'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 4
  35.     Top = 256
  36.     Width = 33
  37.     Height = 13
  38.     Caption = 'Drives:'
  39.   end
  40.   object DriveComboBox1: TDriveComboBox
  41.     Left = 4
  42.     Top = 268
  43.     Width = 137
  44.     Height = 19
  45.     DirList = DirectoryListBox1
  46.     TabOrder = 0
  47.   end
  48.   object DirectoryListBox1: TDirectoryListBox
  49.     Left = 4
  50.     Top = 148
  51.     Width = 137
  52.     Height = 97
  53.     ItemHeight = 16
  54.     TabOrder = 1
  55.     OnChange = DirectoryListBox1Change
  56.   end
  57.   object Edit1: TEdit
  58.     Left = 4
  59.     Top = 104
  60.     Width = 225
  61.     Height = 21
  62.     TabOrder = 2
  63.     Text = 'C:\Program Files'
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 152
  67.     Top = 152
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 3
  74.   end
  75.   object BitBtn2: TBitBtn
  76.     Left = 152
  77.     Top = 192
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '&Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 4
  83.   end
  84.   object GroupBox1: TGroupBox
  85.     Left = 4
  86.     Top = 0
  87.     Width = 229
  88.     Height = 85
  89.     TabOrder = 5
  90.     object Memo1: TMemo
  91.       Left = 2
  92.       Top = 15
  93.       Width = 225
  94.       Height = 68
  95.       Align = alClient
  96.       BorderStyle = bsNone
  97.       Lines.Strings = (
  98.         'Double click on directory to open folder or type '
  99.         'directory location in box bellow.'
  100.         ''
  101.         'if directory does not exists it will automaticaly be'
  102.         'created.')
  103.       ParentColor = True
  104.       TabOrder = 0
  105.     end
  106.   end
  107. end
  108.